C int val = pvm_getopt( int what )
Fortran call pvmfgetopt( what, val )
PvmRoute 1 Message routing policy PvmDebugMask 2 Libpvm debug mask PvmAutoErr 3 Auto error reporting PvmOutputTid 4 Stdout destination for children PvmOutputCode 5 Output message tag PvmTraceTid 6 Trace data destination for children PvmTraceCode 7 Trace message tag PvmFragSize 8 Message fragment size PvmResvTids 9 Allow messages to reserved tags and TIDs PvmSelfOutputTid 10 Stdout destination PvmSelfOutputCode 11 Output message tag PvmSelfTraceTid 12 Trace data destination PvmSelfTraceCode 13 Trace message tag PvmShowTids 14 pvm_catchout prints task ids with output PvmPollType 15 Message wait policy (shared memory) PvmPollTime 16 Message spinwait duration
If an error occurs, the PVM error code is returned in place of the option value.
C: val = pvm_getopt( PvmFragSize ); Fortran: CALL PVMFGETOPT( PVMAUTOERR, VAL )